home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / ilink99d.zip / ilink2.doc < prev    next >
Text File  |  1997-04-10  |  8KB  |  203 lines

  1.  
  2.                              - iLink/2 v0.99d -
  3.                               Public Beta/Demo
  4.  
  5.  
  6.  
  7. NOTE:  The docs are the same for .99c and .99d which is a maintenance
  8. release.  No new functions or cosmetic changes have been made, however
  9. the code itself has been ported to Visual Age CPP for the 1.00 release.
  10.  
  11. If you have not already, please read the README.1ST file for installation
  12. instructions.  Also, check the history.txt file for the latest updates/
  13. bugfix notifications.
  14.  
  15. -------
  16. iLink/2
  17. -------
  18.  
  19. iLink/2 is a PM drop-in replacement for IBM's 'Dial Other Internet Provider'
  20. (hereafter called 'DOIP').  It is designed to duplicate the basic dialing
  21. capabilities of DOIP, and build on them. It's features include:
  22.  
  23.         Built in redialing
  24.         Multiple number support
  25.         CPS monitor
  26.         Bytes tracking
  27.         Commandline auto-dial
  28.         Program autostarts
  29.         Automatic reconnection
  30.         Enhanced configurability
  31.         Saving of window positions, colours and fonts
  32.         Condensed window for better space usage
  33.         Full compatibility with DOIP
  34.  
  35. ------------------
  36. Built in redialing
  37. ------------------
  38.  
  39. Checking the "redial" box in the configuration window will enable the built
  40. in redialing feature.  The spin box to the side contains the number of redial
  41. attempts you wish to make.  Setting it from 2-100 will limit it to a specific
  42. amount.  Setting it to 0 will cause it to redial indefinitely.  Setting it
  43. to 1 will just show that you really don't know how to count.  :)
  44.  
  45. -----------------------
  46. Multiple number support
  47. -----------------------
  48.  
  49. Instead of having a single line to input a single number, the phone number(s)
  50. field now allows you to enter numerous numbers.  Each number should be
  51. on a separate row, and should be terminated with an <enter>.  The numbers
  52. will show up in the list box on the main window.  If no number is selected,
  53. the numbers will be scrolled through from top to bottom before the redial
  54. counter is updated.  Optionally, you may select individual numbers, and only
  55. those will be dialled.
  56.  
  57. -----------
  58. CPS monitor
  59. -----------
  60.  
  61. The CPS monitor is an inexact science.  The CPS is based upon packets, not
  62. an actual byte count.  This can cause values that may look somewhat extreme
  63. at times.  Also, if OS/2 becomes bogged down, the update messages may take
  64. longer to process, resulting in multiple packets being included in a single
  65. "second".  The average CPS is generally the most accurate, since packet
  66. abnormalities generally don't modify it extensively.
  67.  
  68. --------------
  69. Bytes tracking
  70. --------------
  71.  
  72. Incoming and outgoing bytes DOES include the TCP/IP packet header information.
  73. For this reason, the byte count cannot be used to attempt to determine
  74. filesizes.
  75.  
  76. ---------------------
  77. Commandline auto-dial
  78. ---------------------
  79.  
  80. iLink/2 allows you to automatically dial a provider using the commandline,
  81. or argument in the settings window.  The only argument needed is the name of
  82. the provider.  This corresponds to the "ISP Name" field of the entry notebook.
  83. Note, the argument is case sensitive.  "Provider" and "provider" are considered
  84. to be different.
  85.  
  86. example:  ilink2 Advantis
  87.  
  88. ------------------
  89. Program autostarts
  90. ------------------
  91.  
  92. Program autostarts is an added 5th page to the entry notebook.  At present,
  93. it only supports OS/2 executables (ie, no DOS, Windows or .CMD files).  CMD
  94. files will gain support in future versions, and DOS and Windows will be
  95. considered if requested.
  96. The programs will be run as soon as the connection is completed.  After they
  97. are run, the "Disable Autostarts" button of the main window will be checked
  98. to prevent their re-run in the case of a disconnection.
  99.  
  100. ----------------------
  101. Automatic reconnection
  102. ----------------------
  103.  
  104. Reconnection will be automatically attempted if you are disconnected from
  105. your ISP for a non-user requested reason.  Note, if redial is not selected,
  106. it will only try to reconnect once, and if it cannot, will stop trying.
  107.  
  108. ------------------------
  109. Enhanced configurability
  110. ------------------------
  111.  
  112. Some of the things that are forced upon you by DOIP are made optional.  That
  113. means, you can select whether you wish the dialer to ask you to confirm
  114. hang ups and exits.  You may also choose to start iLink/2 up minimized (best
  115. used with automatic dial via an argument), have it beep you to notify you
  116. when it connects, and minimize as soon as it connects to keep it out of
  117. your way.
  118.  
  119. ---------------------------------------------
  120. Saving of window positions, colours and fonts
  121. ---------------------------------------------
  122.  
  123. The main window, 3 statistics windows (CPS, Bytes and Time) and Notebook will
  124. all maintain the placement that they are last closed at.  This means that
  125. you can position them in the location you wish just once, and they will
  126. always stay there.  You may also drag and drop fonts and colours on the
  127. windows to customize the look of iLink/2.  These also will be stored, and
  128. used the next time iLink/2 is run.
  129.  
  130. ---------------------------------------
  131. Condensed window for better space usage
  132. ---------------------------------------
  133.  
  134. iLink/2 possess both a normal sized window, and a condensed window.  Those
  135. who wish to have all the options and information easily available can
  136. stick with the default normal window.  Those who are more interested in
  137. saving desktop space can switch to the condensed window, sacrificing
  138. a little of the non-crucial extras.
  139.  
  140. ----------------------------
  141. Full compatibility with DOIP
  142. ----------------------------
  143.  
  144. iLink/2 was designed from the ground up to be fully compatible, backward and
  145. forward with DOIP.  The provider information that you may have already setup
  146. will be read, and can be used with little or no modification.  And, if for
  147. any reason you are unsatisfied with iLink/2, you can return to using DOIP
  148. without any changes.
  149.  
  150. ---
  151.  
  152. This version of iLink/2 is classified as both a beta and a demo.  It has
  153. been tested, but all features are not in place, and it remains possible
  154. you may encounter some abnormalities.  iLink/2 can best be viewed as 'work
  155. in progress'.  Improvements, additions and fixes will be constantly
  156. implemented.  The classification as a demo was made for a reason that is
  157. unrelated to the program itself.  For all intents and purposes, iLink/2
  158. can be viewed as Shareware, at the present time.
  159.  
  160. ------------
  161. Registration
  162. ------------
  163.  
  164. iLink/2, as a demo program, is limited.  After 30 minutes of connect time,
  165. you will be notified you are still using a demo version.  This has been
  166. modified from the previous 0.99a version.  IT WILL NO LONGER HANG YOU UP.
  167. All other functionality remain intact.  There are no crippled options, there
  168. are no nag screens on opening or closing.  For registration information,
  169. please read the REGISTER.TXT file.
  170.  
  171. Registration is currently $25 US dollars.
  172.  
  173. For site licensing, please See the order form.
  174.  
  175. If you decide that you are not interested in registering iLink/2, please
  176. delete it from your system after you have made your evaluation.
  177.  
  178. Registration will enable you to use any version up in the 0.XX and 1.XX
  179. series.
  180.  
  181. ---------------------
  182. Contacting the Author
  183. ---------------------
  184.  
  185. BMT Micro, Inc.
  186.  
  187. email           : bmt@wilmington.net
  188. web             : http://www.bmtmicro.com
  189.  
  190. For any bug reports, or suggestions, please make sure to include 'iLink/2' in
  191. the subject, so it can be properly filtered.  Please also indicate the
  192. version number you are using (NOTE: the letter is important) so that I can
  193. make sure you have the latest.
  194.  
  195.  
  196. ---------------
  197. Personal Thanks
  198. ---------------
  199.  
  200. Brian, whose wife is also Brian  (Monty Python, Life of Brian)
  201. Kim Rasmussen, for helping with 1.0 development and beyond
  202. Our Fearless Project Leader
  203.